projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4b526
)
(Fminibuffer_complete): Add third arg to Fset_window_start.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 20:00:51 +0000
(20:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Apr 1994 20:00:51 +0000
(20:00 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index fc3af0599d2f4a9d46bc10f843462aa9b36d64ac..d325ebca5ccfbafb2fb0e620010a722124684408 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1196,7
+1196,7
@@
scroll the window of possible completions.")
tem = Fpos_visible_in_window_p (make_number (ZV), window);
if (! NILP (tem))
/* If end is in view, scroll up to the beginning. */
- Fset_window_start (window, BEGV);
+ Fset_window_start (window, BEGV
, Qnil
);
else
/* Else scroll down one screen. */
Fscroll_other_window (Qnil);